SftTree/NET 2.0

EditIgnore Property, CellClass Class

Softel vdm, Inc.

Defines whether the cell is ignored for cell editing.

Syntax      CellClass Class (Softelvdm.SftTreeNET)

VB   

Public Property EditIgnore As Boolean

C#   

public bool EditIgnore { get; set; }

C++   

public: property bool EditIgnore {
        bool get();
        void set(bool value);
}

Property Value

True if this cell is ignored for cell editing and it cannot be edited using the CellClass.Edit method and the EditNavigate method will skip this cell, otherwise False if this cell can be edited.

The default value is False.

Comments

The EditIgnore property defines whether the cell is ignored for cell editing.

This property can only be used for items in the item area.

If the item's ItemClass.EditIgnore property prevents editing, this property has no effect.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com